* Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
authorJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:11:28 +0000 (14:11 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:11:28 +0000 (14:11 +0000)
commitec054e3328d3ac67fb36de0b9cd91b3da07375da
treeb4b4ce55d98b717947ce345e739f428dcbde3309
parent35a37ee74e646f11215f980b0b2d531455cfbfac
* Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
CFLAGS.

* Makefile.in (locallisppath): Make this default to
${datadir}/emacs/site-lisp, instead of
${datadir}/emacs/local-lisp.  ${datadir} and ${statedir} are often
the same thing, and local-lisp causes completion conflicts with
lock.
(lisppath): Add ${externallispdir} to this.
* INSTALL: Adjust installation directions.

* Makefile.in (externallispdir): New variable, to say where to
install the externally-maintained lisp files.
(COPYDIR, COPYDESTS): Copy the external lisp directory just like
the others.
* INSTALL: Describe external-lisp and the new externallispdir
variable.
Makefile.in